format Message
abstract fun formatMessage( level: KotlinLoggingLevel, loggerName: String, msg: () -> Any?): Any?
Content copied to clipboard
abstract fun formatMessage( level: KotlinLoggingLevel, loggerName: String, t: Throwable?, msg: () -> Any?): Any?
Content copied to clipboard
abstract fun formatMessage( level: KotlinLoggingLevel, loggerName: String, marker: Marker?, msg: () -> Any?): Any?
Content copied to clipboard
abstract fun formatMessage( level: KotlinLoggingLevel, loggerName: String, marker: Marker?, t: Throwable?, msg: () -> Any?): Any?
Content copied to clipboard